From 6c87e8965f14724ca668952d36f14cf8a0e687c1 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 11 Sep 2007 08:34:04 +0100 Subject: [PATCH] xenstore: Remove incorrect comment. Signed-off-by: Keir Fraser --- tools/xenstore/xs.c | 1 - tools/xenstore/xs.h | 1 - 2 files changed, 2 deletions(-) diff --git a/tools/xenstore/xs.c b/tools/xenstore/xs.c index 370815de04..ad1dc0860b 100644 --- a/tools/xenstore/xs.c +++ b/tools/xenstore/xs.c @@ -639,7 +639,6 @@ bool xs_unwatch(struct xs_handle *h, const char *path, const char *token) /* Start a transaction: changes by others will not be seen during this * transaction, and changes will not be visible to others until end. - * You can only have one transaction at any time. * Returns XBT_NULL on failure. */ xs_transaction_t xs_transaction_start(struct xs_handle *h) diff --git a/tools/xenstore/xs.h b/tools/xenstore/xs.h index 050dc01e2b..c855614675 100644 --- a/tools/xenstore/xs.h +++ b/tools/xenstore/xs.h @@ -112,7 +112,6 @@ bool xs_unwatch(struct xs_handle *h, const char *path, const char *token); /* Start a transaction: changes by others will not be seen during this * transaction, and changes will not be visible to others until end. - * You can only have one transaction at any time. * Returns NULL on failure. */ xs_transaction_t xs_transaction_start(struct xs_handle *h); -- 2.30.2